Changeset 14972 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 4, 2008 12:10:37 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/FramebufferImpl.h
r14949 r14972 80 80 81 81 private: 82 // FIXME: declare these here until VBoxSupportsTranslation base 83 // is available in this class. 84 static const char *tr (const char *a) { return a; } 85 static HRESULT setError (HRESULT rc, const char *a, 86 const char *b, void *c) { return rc; } 87 82 88 int mWidth; 83 89 int mHeight; -
trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h
r14949 r14972 81 81 82 82 private: 83 // FIXME: declare these here until VBoxSupportsTranslation base 84 // is available in this class. 85 static const char *tr (const char *a) { return a; } 86 static HRESULT setError (HRESULT rc, const char *a, 87 const char *b, void *c) { return rc; } 83 88 84 89 HRESULT mResultCode;
Note:
See TracChangeset
for help on using the changeset viewer.