|
Change |
Effect |
| 1 |
Pure virtual method createText ( char const*, char const*, char const*, long long ) has been added to this class. |
Recompilation of a client program may be broken with the error message: cannot allocate an object of abstract type struct StorageService because the following virtual functions are pure within struct StorageService: virtual createText ( char const*, char const*, char const*, long long ). |
| 2 |
Pure virtual method readString ( char const*, char const*, std::string*, long long*, int ) has been added to this class. |
Recompilation of a client program may be broken with the error message: cannot allocate an object of abstract type struct StorageService because the following virtual functions are pure within struct StorageService: virtual readString ( char const*, char const*, std::string*, long long*, int ). |
| 3 |
Pure virtual method updateText ( char const*, char const*, char const*, long long, int ) has been added to this class. |
Recompilation of a client program may be broken with the error message: cannot allocate an object of abstract type struct StorageService because the following virtual functions are pure within struct StorageService: virtual updateText ( char const*, char const*, char const*, long long, int ). |
| 4 |
Pure virtual method createString ( char const*, char const*, char const*, long long ) has been added to this class. |
Recompilation of a client program may be broken with the error message: cannot allocate an object of abstract type struct StorageService because the following virtual functions are pure within struct StorageService: virtual createString ( char const*, char const*, char const*, long long ). |
| 5 |
Pure virtual method updateString ( char const*, char const*, char const*, long long, int ) has been added to this class. |
Recompilation of a client program may be broken with the error message: cannot allocate an object of abstract type struct StorageService because the following virtual functions are pure within struct StorageService: virtual updateString ( char const*, char const*, char const*, long long, int ). |
| 6 |
Pure virtual method updateContext ( char const*, long long ) has been added to this class. |
Recompilation of a client program may be broken with the error message: cannot allocate an object of abstract type struct StorageService because the following virtual functions are pure within struct StorageService: virtual updateContext ( char const*, long long ). |
| 7 |
Pure virtual method readText ( char const*, char const*, std::string*, long long*, int ) has been added to this class. |
Recompilation of a client program may be broken with the error message: cannot allocate an object of abstract type struct StorageService because the following virtual functions are pure within struct StorageService: virtual readText ( char const*, char const*, std::string*, long long*, int ). |
| 8 |
Pure virtual method createText ( char const*, char const*, char const*, long ) has been removed from this class. |
Recompilation of a client program may be broken. |
| 9 |
Pure virtual method readString ( char const*, char const*, std::string*, long*, int ) has been removed from this class. |
Recompilation of a client program may be broken. |
| 10 |
Pure virtual method updateText ( char const*, char const*, char const*, long, int ) has been removed from this class. |
Recompilation of a client program may be broken. |
| 11 |
Pure virtual method createString ( char const*, char const*, char const*, long ) has been removed from this class. |
Recompilation of a client program may be broken. |
| 12 |
Pure virtual method updateString ( char const*, char const*, char const*, long, int ) has been removed from this class. |
Recompilation of a client program may be broken. |
| 13 |
Pure virtual method updateContext ( char const*, long ) has been removed from this class. |
Recompilation of a client program may be broken. |
| 14 |
Pure virtual method readText ( char const*, char const*, std::string*, long*, int ) has been removed from this class. |
Recompilation of a client program may be broken. |