a_alxparser.h | a_alxparser.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file a_alxparser.h | /// \file a_alxparser.h | |||
/// ALX file parser (for one file) | /// ALX file parser (for one file) | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010, Nicolas VIVIEN | Copyright (C) 2010, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
a_application.h | a_application.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file a_application.h | /// \file a_application.h | |||
/// ALX Application class based on CODSection class | /// ALX Application class based on CODSection class | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010, Nicolas VIVIEN | Copyright (C) 2010, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
a_codsection.h | a_codsection.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file a_codsection.h | /// \file a_codsection.h | |||
/// COD structure for the ALX file parser | /// COD structure for the ALX file parser | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010, Nicolas VIVIEN | Copyright (C) 2010, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
a_common.h | a_common.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file a_common.h | /// \file a_common.h | |||
/// ALX file parser common header | /// ALX file parser common header | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010, Nicolas VIVIEN | Copyright (C) 2010, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
a_library.h | a_library.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file a_library.h | /// \file a_library.h | |||
/// ALX Library class based on CODSection class | /// ALX Library class based on CODSection class | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010, Nicolas VIVIEN | Copyright (C) 2010, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
a_osloader.h | a_osloader.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file a_osloader.h | /// \file a_osloader.h | |||
/// OS files parser (multi ALX files parser) | /// OS files parser (multi ALX files parser) | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010, Nicolas VIVIEN | Copyright (C) 2010, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
backup.h | backup.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file backup.h | /// \file backup.h | |||
/// Special parser class to support creation of Barry Backup fil es | /// Special parser class to support creation of Barry Backup fil es | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
barry.h | barry.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file barry.h | /// \file barry.h | |||
/// Main header file for applications | /// Main header file for applications | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
barryalx.h | barryalx.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file barryalx.h | /// \file barryalx.h | |||
/// Main header file for libbarryalx | /// Main header file for libbarryalx | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
barrybackup.h | barrybackup.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file barrybackup.h | /// \file barrybackup.h | |||
/// Main header file for libbarrybackup | /// Main header file for libbarrybackup | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
barrysync.h | barrysync.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file barrysync.h | /// \file barrysync.h | |||
/// Main header file for libbarrysync | /// Main header file for libbarrysync | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
bmp.h | bmp.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file bmp.h | /// \file bmp.h | |||
/// BMP conversion routines | /// BMP conversion routines | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2009-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2009-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
builder.h | builder.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file builder.h | /// \file builder.h | |||
/// Virtual protocol packet builder wrapper | /// Virtual protocol packet builder wrapper | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
cod.h | cod.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file cod.h | /// \file cod.h | |||
/// COD file API | /// COD file API | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2009-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2009-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
common.h | common.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file common.h | /// \file common.h | |||
/// General header for the Barry library | /// General header for the Barry library | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
configfile.h | configfile.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file configfile.h | /// \file configfile.h | |||
/// Barry configuraion class, for one device PIN | /// Barry configuraion class, for one device PIN | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2007-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2007-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
connector.h | connector.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file connector.h | /// \file connector.h | |||
/// Base class interface for handling Mode connections to device | /// Base class interface for handling Mode connections to device | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2011-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2011-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
controller.h | controller.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file controller.h | /// \file controller.h | |||
/// High level BlackBerry API class | /// High level BlackBerry API class | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
data.h | data.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file data.h | /// \file data.h | |||
/// Class to deal with pre-saved data files | /// Class to deal with pre-saved data files | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
dataqueue.h | dataqueue.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file dataqueue.h | /// \file dataqueue.h | |||
/// FIFO queue of Data objects | /// FIFO queue of Data objects | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2007-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2007-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
dll.h | dll.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file dll.h | /// \file dll.h | |||
/// Macros for handling DLL/library API visibility | /// Macros for handling DLL/library API visibility | |||
/// | /// | |||
/// Based on documentation at: http://gcc.gnu.org/wiki/Visibility | /// Based on documentation at: http://gcc.gnu.org/wiki/Visibility | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
error.h | error.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file error.h | /// \file error.h | |||
/// Common exception classes for the Barry library | /// Common exception classes for the Barry library | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
fifoargs.h | fifoargs.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file fifoargs.h | /// \file fifoargs.h | |||
/// Class for passing command line arguments via fifo instead | /// Class for passing command line arguments via fifo instead | |||
/// of command line. | /// of command line. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2012-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
iconv.h | iconv.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file iconv.h | /// \file iconv.h | |||
/// iconv wrapper class, and pluggable interface for records | /// iconv wrapper class, and pluggable interface for records | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2008-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
ldif.h | ldif.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file ldif.h | /// \file ldif.h | |||
/// Routines for reading and writing LDAP LDIF data. | /// Routines for reading and writing LDAP LDIF data. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
ldifio.h | ldifio.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file ldifio.h | /// \file ldifio.h | |||
/// Storage, parser, and builder classes for ldif operations. | /// Storage, parser, and builder classes for ldif operations. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
log.h | log.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file log.h | /// \file log.h | |||
/// General header for the Barry library | /// General header for the Barry library | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2008-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
m_desktop.h | m_desktop.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file m_desktop.h | /// \file m_desktop.h | |||
/// Mode class for the Desktop mode | /// Mode class for the Desktop mode | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
m_desktoptmpl.h | m_desktoptmpl.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file m_desktoptmpl.h | /// \file m_desktoptmpl.h | |||
/// Ease of use templates for the Desktop mode class | /// Ease of use templates for the Desktop mode class | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
m_ipmodem.h | m_ipmodem.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file m_ipmodem.h | /// \file m_ipmodem.h | |||
/// Mode class for GPRS modem mode (using endpoints on | /// Mode class for GPRS modem mode (using endpoints on | |||
/// modern devices) | /// modern devices) | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2008-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
m_javaloader.h | m_javaloader.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file m_javaloader.h | /// \file m_javaloader.h | |||
/// Mode class for the JavaLoader mode | /// Mode class for the JavaLoader mode | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2008-2009, Nicolas VIVIEN | Copyright (C) 2008-2009, Nicolas VIVIEN | |||
Some parts are inspired from m_desktop.h | Some parts are inspired from m_desktop.h | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
m_jvmdebug.h | m_jvmdebug.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file m_jvmdebug.h | /// \file m_jvmdebug.h | |||
/// Mode class for the JVMDebug mode | /// Mode class for the JVMDebug mode | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2008-2009, Nicolas VIVIEN | Copyright (C) 2008-2009, Nicolas VIVIEN | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
m_mode_base.h | m_mode_base.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file m_mode_base.h | /// \file m_mode_base.h | |||
/// Base for mode classes | /// Base for mode classes | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
m_raw_channel.h | m_raw_channel.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file m_raw_channel.h | /// \file m_raw_channel.h | |||
/// Mode class for a raw channel | /// Mode class for a raw channel | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Portions Copyright (C) 2010 RealVNC Ltd. | Portions Copyright (C) 2010 RealVNC Ltd. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
m_serial.h | m_serial.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file m_serial.h | /// \file m_serial.h | |||
/// Mode class for serial / GPRS modem mode | /// Mode class for serial / GPRS modem mode | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2008-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
mimeio.h | mimeio.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file mimeio.h | /// \file mimeio.h | |||
/// Storage, parser, builder classes for MIME objects | /// Storage, parser, builder classes for MIME objects | |||
/// (vcard, vevent, vtodo, vjournal) | /// (vcard, vevent, vtodo, vjournal) | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
modem.h | modem.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file modem.h | /// \file modem.h | |||
/// Modem API base class for the various serial/modem | /// Modem API base class for the various serial/modem | |||
/// modes available on the Blackberry. | /// modes available on the Blackberry. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2008-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
parser.h | parser.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file parser.h | /// \file parser.h | |||
/// Virtual parser wrapper | /// Virtual parser wrapper | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
pin.h | pin.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file pin.h | /// \file pin.h | |||
/// class for device PIN notation | /// class for device PIN notation | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2007-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2007-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
pipe.h | pipe.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file pipe.h | /// \file pipe.h | |||
/// Connector class to join parsers and builders together | /// Connector class to join parsers and builders together | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
pppfilter.h | pppfilter.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file pppfilter.h | /// \file pppfilter.h | |||
/// Data filter class, to morph PPP data into something that | /// Data filter class, to morph PPP data into something that | |||
/// the Blackberry / Rogers / ISP can handle. | /// the Blackberry / Rogers / ISP can handle. | |||
/// This logic is based partly on XmBlackBerry's | /// This logic is based partly on XmBlackBerry's | |||
/// gprs_protocol_fix.c program. | /// gprs_protocol_fix.c program. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2008-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
probe.h | probe.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file probe.h | /// \file probe.h | |||
/// USB Blackberry detection routines | /// USB Blackberry detection routines | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
protocol.h | protocol.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file protocol.h | /// \file protocol.h | |||
/// USB Blackberry bulk protocol API constants | /// USB Blackberry bulk protocol API constants | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_bookmark.h | r_bookmark.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_bookmark.h | /// \file r_bookmark.h | |||
/// Record parsing class for call logs | /// Record parsing class for call logs | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2009, Nicolas VIVIEN | Copyright (C) 2008-2009, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_calendar.h | r_calendar.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_calendar.h | /// \file r_calendar.h | |||
/// Blackberry database record parser class for calendar records . | /// Blackberry database record parser class for calendar records . | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_calllog.h | r_calllog.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_calllog.h | /// \file r_calllog.h | |||
/// Record parsing class for call logs | /// Record parsing class for call logs | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2009, Nicolas VIVIEN | Copyright (C) 2008-2009, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_contact.h | r_contact.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_contact.h | /// \file r_contact.h | |||
/// Blackberry database record parser class for contact records. | /// Blackberry database record parser class for contact records. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_cstore.h | r_cstore.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_cstore.h | /// \file r_cstore.h | |||
/// Blackberry database record parser class for | /// Blackberry database record parser class for | |||
/// Content Store records. | /// Content Store records. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_folder.h | r_folder.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_folder.h | /// \file r_folder.h | |||
/// Record parsing class for the Folder database. | /// Record parsing class for the Folder database. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2007, Brian Edginton | Copyright (C) 2007, Brian Edginton | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_hhagent.h | r_hhagent.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_hhagent.h | /// \file r_hhagent.h | |||
/// Blackberry database record parser class for Handheld Agent r ecords | /// Blackberry database record parser class for Handheld Agent r ecords | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2011-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2011-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_memo.h | r_memo.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_memo.h | /// \file r_memo.h | |||
/// Record parsing class for the memo database. | /// Record parsing class for the memo database. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2007, Brian Edginton | Copyright (C) 2007, Brian Edginton | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_message.h | r_message.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_message.h | /// \file r_message.h | |||
/// Blackberry database record parser class for email records. | /// Blackberry database record parser class for email records. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_message_base.h | r_message_base.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_message_base.h | /// \file r_message_base.h | |||
/// Base class for email-oriented Blackberry database records | /// Base class for email-oriented Blackberry database records | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2007, Brian Edginton (edge@edginton.net) | Copyright (C) 2007, Brian Edginton (edge@edginton.net) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_pin_message.h | r_pin_message.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_pin_message.h | /// \file r_pin_message.h | |||
/// Blackberry database record parser class for pin message reco rds. | /// Blackberry database record parser class for pin message reco rds. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2007, Brian Edginton (edge@edginton.net) | Copyright (C) 2007, Brian Edginton (edge@edginton.net) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_recur_base.h | r_recur_base.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_recur_base.h | /// \file r_recur_base.h | |||
/// Base class for recurring calendar event data. | /// Base class for recurring calendar event data. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_saved_message.h | r_saved_message.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_saved_message.h | /// \file r_saved_message.h | |||
/// Blackberry database record parser class for saved email | /// Blackberry database record parser class for saved email | |||
/// message records. | /// message records. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2007, Brian Edginton (edge@edginton.net) | Copyright (C) 2007, Brian Edginton (edge@edginton.net) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_servicebook.h | r_servicebook.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_servicebook.h | /// \file r_servicebook.h | |||
/// Blackberry database record parser class for the | /// Blackberry database record parser class for the | |||
/// Service Book record. | /// Service Book record. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_sms.h | r_sms.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_sms.h | /// \file r_sms.h | |||
/// Record parsing class for SMS messages. | /// Record parsing class for SMS messages. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2009, Ryan Li(ryan@ryanium.com) | Copyright (C) 2009, Ryan Li(ryan@ryanium.com) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_task.h | r_task.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_task.h | /// \file r_task.h | |||
/// Record parsing class for the task database. | /// Record parsing class for the task database. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2007, Brian Edginton | Copyright (C) 2007, Brian Edginton | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
r_timezone.h | r_timezone.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file r_timezone.h | /// \file r_timezone.h | |||
/// Record parsing class for the timezone database. | /// Record parsing class for the timezone database. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
Copyright (C) 2008, Brian Edginton | Copyright (C) 2008, Brian Edginton | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
record.h | record.h | |||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
/// \file record.h | /// \file record.h | |||
/// Blackberry database record classes. Help translate data | /// Blackberry database record classes. Help translate data | |||
/// from data packets to useful structurs, and back. | /// from data packets to useful structurs, and back. | |||
/// This header provides the common types and classes | /// This header provides the common types and classes | |||
/// used by the general record parser classes in the | /// used by the general record parser classes in the | |||
/// r_*.h files. Only application-safe API stuff goes in | /// r_*.h files. Only application-safe API stuff goes in | |||
/// here. Internal library types go in record-internal.h | /// here. Internal library types go in record-internal.h | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
recordtmpl.h | recordtmpl.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file recordtmpl.h | /// \file recordtmpl.h | |||
/// Standalone templates related to the record classes. | /// Standalone templates related to the record classes. | |||
/// Split into a separate file to speed compile times. | /// Split into a separate file to speed compile times. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
restore.h | restore.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file restore.h | /// \file restore.h | |||
/// Builder class for restoring from Barry Backup files | /// Builder class for restoring from Barry Backup files | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2010-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
router.h | router.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file router.h | /// \file router.h | |||
/// Support classes for the pluggable socket routing system. | /// Support classes for the pluggable socket routing system. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
s11n-boost.h | s11n-boost.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file s11n-boost.h | /// \file s11n-boost.h | |||
/// Non-intrusive versions of serialization functions for the | /// Non-intrusive versions of serialization functions for the | |||
/// record classes. These template functions make it possible | /// record classes. These template functions make it possible | |||
/// to use the record classes with the Boost::Serialization | /// to use the record classes with the Boost::Serialization | |||
/// library. | /// library. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
scoped_lock.h | scoped_lock.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file scoped_lock.h | /// \file scoped_lock.h | |||
/// Simple scope class for dealing with pthread mutex locking. | /// Simple scope class for dealing with pthread mutex locking. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2008-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
socket.h | socket.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file socket.h | /// \file socket.h | |||
/// Class wrapper to encapsulate the Blackberry USB logical sock et | /// Class wrapper to encapsulate the Blackberry USB logical sock et | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
time.h | time.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file time.h | /// \file time.h | |||
/// Time related conversion routines. | /// Time related conversion routines. | |||
/// time_t is the POSIX time. | /// time_t is the POSIX time. | |||
/// min1900_t is the minutes from Jan 1, 1900 | /// min1900_t is the minutes from Jan 1, 1900 | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
tzwrapper.h | tzwrapper.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file tzwrapper.h | /// \file tzwrapper.h | |||
/// Timezone adjustment class, wrapping the TZ environment | /// Timezone adjustment class, wrapping the TZ environment | |||
/// variable to make struct tm -> time_t conversions easier. | /// variable to make struct tm -> time_t conversions easier. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010-2012, Chris Frey <cdfrey@foursquare.net>, To God be the glory | Copyright (C) 2010-2013, Chris Frey <cdfrey@foursquare.net>, To God be the glory | |||
Released to the public domain. | Released to the public domain. | |||
Included in Barry and Barrified the namespace July 2010 | Included in Barry and Barrified the namespace July 2010 | |||
*/ | */ | |||
#ifndef __TZWRAPPER_H__ | #ifndef __TZWRAPPER_H__ | |||
#define __TZWRAPPER_H__ | #define __TZWRAPPER_H__ | |||
#include "dll.h" | #include "dll.h" | |||
#include <string> | #include <string> | |||
#include <time.h> | #include <time.h> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
usbwrap.h | usbwrap.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file usbwrap.h | /// \file usbwrap.h | |||
/// USB API wrapper | /// USB API wrapper | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2005-2012, Chris Frey | Copyright (C) 2005-2013, Chris Frey | |||
Portions Copyright (C) 2011, RealVNC Ltd. | Portions Copyright (C) 2011, RealVNC Ltd. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
vbase.h | vbase.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file vbase.h | /// \file vbase.h | |||
/// Base class for vformat support | /// Base class for vformat support | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2006-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2006-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
vcard.h | vcard.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file vcard.h | /// \file vcard.h | |||
/// Conversion routines for vcards | /// Conversion routines for vcards | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2006-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2006-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
version.h | version.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file version.h | /// \file version.h | |||
/// Provide access to library version information | /// Provide access to library version information | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2007-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2007-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
vevent.h | vevent.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file vevent.h | /// \file vevent.h | |||
/// Conversion routines for vevents (VCALENDAR, etc) | /// Conversion routines for vevents (VCALENDAR, etc) | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2006-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2006-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
vjournal.h | vjournal.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file vjournal.h | /// \file vjournal.h | |||
/// Conversion routines for vjournals (VCALENDAR, etc) | /// Conversion routines for vjournals (VCALENDAR, etc) | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2009, Nicolas VIVIEN | Copyright (C) 2008-2009, Nicolas VIVIEN | |||
Copyright (C) 2006-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2006-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
vsmartptr.h | vsmartptr.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file vsmartptr.h | /// \file vsmartptr.h | |||
/// Smart pointer that accepts custom 'free' functions. | /// Smart pointer that accepts custom 'free' functions. | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2006-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2006-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
vtodo.h | vtodo.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file vtodo.h | /// \file vtodo.h | |||
/// Conversion routines for vtodos (VCALENDAR, etc) | /// Conversion routines for vtodos (VCALENDAR, etc) | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2008-2009, Nicolas VIVIEN | Copyright (C) 2008-2009, Nicolas VIVIEN | |||
Copyright (C) 2006-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2006-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
xmlparser.h | xmlparser.h | |||
---|---|---|---|---|
/// | /// | |||
/// \file xmlparser.h | /// \file xmlparser.h | |||
/// A simple XML parser (use callback on start, end and data blo ck | /// A simple XML parser (use callback on start, end and data blo ck | |||
/// | /// | |||
/* | /* | |||
Copyright (C) 2010, Nicolas VIVIEN | Copyright (C) 2010, Nicolas VIVIEN | |||
Copyright (C) 2005-2012, Net Direct Inc. (http://www.netdirect.ca/) | Copyright (C) 2005-2013, Net Direct Inc. (http://www.netdirect.ca/) | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||