Changeset 14369
- Timestamp:
- 08/14/12 12:27:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimState.h
r14351 r14369 48 48 49 49 public: 50 DimState() { std::cout << "DefCon" << std::endl;}50 DimState() { } 51 51 DimState(const std::string &n, const std::string s="STATE") : server(n), 52 52 service(n+"/"+s),
Note:
See TracChangeset
for help on using the changeset viewer.