summaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-11 09:17:56 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-11 09:17:56 +0000
commit3d52af01673ef5f861ea3de8ad9ec5287f5b3ba3 (patch)
treec1c7028670898be7f6fc83b6312c564c7ff92a10 /network.h
parent4156a1170a323e83b090abb99f5ac5fe3bde7892 (diff)
downloadcryptopp-3d52af01673ef5f861ea3de8ad9ec5287f5b3ba3.tar.gz
minor style fix
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@253 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'network.h')
-rw-r--r--network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network.h b/network.h
index 4373862..99ab6fb 100644
--- a/network.h
+++ b/network.h
@@ -32,7 +32,7 @@ public:
/*! GetWaitObjects() must be called despite the 0 return from GetMaxWaitObjectCount();
the 0 is because the ScheduleEvent() method is used instead of adding a wait object */
unsigned int GetMaxWaitObjectCount() const { return 0; }
- void GetWaitObjects(WaitObjectContainer &container, CallStack const& callStack);
+ void GetWaitObjects(WaitObjectContainer &container, const CallStack &callStack);
private:
lword m_maxBytesPerSecond;