' in c++ comment caused c to fail

This commit is contained in:
Marty Kraimer
2000-02-10 15:06:03 +00:00
parent 521a605f3b
commit d510c65e6b

View File

@@ -63,7 +63,7 @@ public:
epicsShareFunc osiTimer ();
//
// change the timer's expiration to newDelay
// change the timers expiration to newDelay
// seconds after when reschedule() is called
//
epicsShareFunc void reschedule (double newDelay, osiTimerQueue & queueIn = osiDefaultTimerQueue);