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
commit3f46b20f61689e971557ef7e2d1fd9a8bc008b78 (patch)
treeb3dc27d9cbf341b999a38a4b780d903ba14c2449 /ace/ACE.i
parent49f429132a0d41ef6d6d58dec4fb735c5decc5a5 (diff)
downloadATCD-3f46b20f61689e971557ef7e2d1fd9a8bc008b78.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)
{