Changeset 2171 for code/trunk/src/util/Clipboard.h
- Timestamp:
- Nov 10, 2008, 12:05:03 AM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/objecthierarchy merged: 2111-2115,2123,2132-2134,2143-2144,2153-2158,2160-2169
- Property svn:mergeinfo changed
-
code/trunk/src/util
- Property svn:mergeinfo changed
/code/branches/objecthierarchy/src/util merged: 2111,2114,2123,2155,2158,2161-2162
- Property svn:mergeinfo changed
-
code/trunk/src/util/Clipboard.h
r1791 r2171 28 28 29 29 /** 30 @file Clipboard.h30 @file 31 31 @brief Some functions to exchange text between the OS clipboard and Orxonox. 32 32 … … 46 46 #include <string> 47 47 48 49 _UtilExport bool toClipboard(const std::string& text); 50 _UtilExport std::string fromClipboard(); 51 48 namespace orxonox 49 { 50 _UtilExport bool toClipboard(const std::string& text); 51 _UtilExport std::string fromClipboard(); 52 } 52 53 53 54 #endif /* _Clipboard_H__ */
Note: See TracChangeset
for help on using the changeset viewer.