diff options
Diffstat (limited to 'cppe/include/IceE/Object.h')
-rw-r--r-- | cppe/include/IceE/Object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/include/IceE/Object.h b/cppe/include/IceE/Object.h index df62d771304..6ac7850cc60 100644 --- a/cppe/include/IceE/Object.h +++ b/cppe/include/IceE/Object.h @@ -58,6 +58,8 @@ protected: Object() {}; virtual ~Object() {} // This class is abstract. + + static void __checkMode(OperationMode, OperationMode); }; class ICE_API Blobject : public Object |