--- a/src/core/system-wall-clock-ms.h Tue Oct 03 12:21:13 2006 +0200
+++ b/src/core/system-wall-clock-ms.h Fri Oct 06 13:37:25 2006 +0200
@@ -35,7 +35,7 @@
/**
* Start a measure.
*/
- void start (void);
+ void Start (void);
/**
* \returns the measured elapsed wall clock time since
* ns3::SystemWallClockMs::start was invoked.
@@ -43,7 +43,7 @@
* It is possible to start a new measurement with ns3::SystemWallClockMs::start
* after this method returns.
*/
- unsigned long long end (void);
+ unsigned long long End (void);
private:
class SystemWallClockMsPrivate *m_priv;
};