Changeset 15039 for trunk/FACT++/src


Ignore:
Timestamp:
03/13/13 10:47:41 (12 years ago)
Author:
tbretz
Message:
Moved Service structure to Service.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimState.h

    r14552 r15039  
    77
    88#include "State.h"
     9#include "Service.h"
    910#include "EventImp.h"
    1011#include "WindowLog.h"
    1112#include "Description.h"
    1213#include "StateMachineImp.h"
    13 #include<iostream>
     14
    1415class DimState
    1516{
     
    384385};
    385386
    386 struct Service
    387 {
    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 
    400387class DimDnsServiceList : public DimDnsServerList
    401388{
Note: See TracChangeset for help on using the changeset viewer.