summaryrefslogtreecommitdiff
path: root/maximus/networkclock/inc/NetworkClockEvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'maximus/networkclock/inc/NetworkClockEvt.h')
-rw-r--r--maximus/networkclock/inc/NetworkClockEvt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/maximus/networkclock/inc/NetworkClockEvt.h b/maximus/networkclock/inc/NetworkClockEvt.h
index 776aca8d39..11efcc9432 100644
--- a/maximus/networkclock/inc/NetworkClockEvt.h
+++ b/maximus/networkclock/inc/NetworkClockEvt.h
@@ -31,11 +31,12 @@ The original location of this file is /home/buret/eclipse/maximus/networkclock/i
#ifndef NETWORKCLOCKEVT_H
#define NETWORKCLOCKEVT_H
-#include <iostream>
-
#include "networkclock_types.h"
#include "sci_types.h"
+#include <iostream>
+#include <string>
+
/**
* class NetworkClockEvt
@@ -84,7 +85,6 @@ public:
* Copy Constructors
*/
NetworkClockEvt ( const NetworkClockEvt & evt );
- //NetworkClockEvt ( const NetworkClockEvt * evt );
/**
* Empty Destructor
@@ -155,7 +155,7 @@ private:
void initAttributes ( ) ;
- void displayNetworkClockType ( ) const;
+ std::string getType ( ) const;
protected: