summaryrefslogtreecommitdiff
path: root/ace/ACE.i
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-09 21:36:09 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-09 21:36:09 +0000
commitfb042a7ce2a0a17c3ed27164364bb31c12e8c58f (patch)
treeb3dc27d9cbf341b999a38a4b780d903ba14c2449 /ace/ACE.i
parenta9a7c9a3fc8c6ea9ccf36e2a13cd81fbc9dfa898 (diff)
downloadATCD-fb042a7ce2a0a17c3ed27164364bb31c12e8c58f.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ACE.i')
-rw-r--r--ace/ACE.i18
1 files changed, 0 insertions, 18 deletions
diff --git a/ace/ACE.i b/ace/ACE.i
index 345e3c7d6aa..6f48bf29471 100644
--- a/ace/ACE.i
+++ b/ace/ACE.i
@@ -3,24 +3,6 @@
// Miscellaneous static methods used throughout ACE.
-inline u_int
-ACE::major_version (void)
-{
- return ACE_MAJOR_VERSION;
-}
-
-inline u_int
-ACE::minor_version (void)
-{
- return ACE_MINOR_VERSION;
-}
-
-inline u_int
-ACE::beta_version (void)
-{
- return ACE_BETA_VERSION;
-}
-
inline ssize_t
ACE::send (ACE_HANDLE handle, const void *buf, size_t len)
{