diff packages/kernel/current/include/sema2.hxx @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents bf00f99aec69
children e0c0827131d1
line wrap: on
line diff
--- a/packages/kernel/current/include/sema2.hxx
+++ b/packages/kernel/current/include/sema2.hxx
@@ -113,7 +113,7 @@ public:
         
     void        post();                 // Increment count
 
-    cyg_count32 peek();                 // Get current count value
+    cyg_count32 peek() const;           // Get current count value
     
     inline
     cyg_bool    waiting()               // Is anyone waiting?