Changeset 1732 for trunk/bindings
- Timestamp:
- 02/11/11 23:56:35 (7 months ago)
- Location:
- trunk/bindings/cpp
- Files:
-
- 3 edited
-
NeXusException.hpp (modified) (1 diff)
-
NeXusFile.cpp (modified) (1 diff)
-
NeXusFile.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusException.hpp
r1535 r1732 18 18 */ 19 19 20 class Exception : public std::runtime_error20 class NXDLL_EXPORT Exception : public std::runtime_error 21 21 { 22 22 public: -
trunk/bindings/cpp/NeXusFile.cpp
r1722 r1732 1088 1088 1089 1089 template <> 1090 void File::getAttr(const std::string& name, std::string& value)1090 NXDLL_EXPORT void File::getAttr(const std::string& name, std::string& value) 1091 1091 { 1092 1092 AttrInfo info; -
trunk/bindings/cpp/NeXusFile.hpp
r1719 r1732 10 10 #ifdef _WIN32 11 11 12 #if def _MSC_VER12 #ifndef _MSC_VER 13 13 # define NXDLL_EXPORT 14 14 #else
Note: See TracChangeset
for help on using the changeset viewer.
