Changeset 15039 for trunk/FACT++/src
- Timestamp:
- 03/13/13 10:47:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimState.h
r14552 r15039 7 7 8 8 #include "State.h" 9 #include "Service.h" 9 10 #include "EventImp.h" 10 11 #include "WindowLog.h" 11 12 #include "Description.h" 12 13 #include "StateMachineImp.h" 13 #include<iostream> 14 14 15 class DimState 15 16 { … … 384 385 }; 385 386 386 struct Service387 {388 std::string name;389 std::string server;390 std::string service;391 std::string format;392 bool iscmd;393 };394 395 inline bool operator<(const Service& left, const Service& right)396 {397 return left.name < right.name;398 }399 400 387 class DimDnsServiceList : public DimDnsServerList 401 388 {
Note:
See TracChangeset
for help on using the changeset viewer.