Code Cleanup
- Added declared but unimplemented copy constructors and assignment operators.
This commit is contained in:
@@ -43,6 +43,9 @@ public:
|
||||
Context (); // Default constructor
|
||||
~Context (); // Destructor
|
||||
|
||||
Context (const Context&);
|
||||
Context& operator= (const Context&);
|
||||
|
||||
void initialize (int, char**); // all startup
|
||||
void initialize (); // for reinitializing
|
||||
int run (); // task classic
|
||||
|
||||
Reference in New Issue
Block a user