diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-10 08:45:20 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-10 08:45:20 +0000 |
commit | 86936cd3534f0e229df709e544f0214451bf1c69 (patch) | |
tree | 4e7c3861e67804fbca3da1d49652aa036f0edf31 /ace/Addr.h | |
parent | 264dd3c512960d4cf09f936401ee0cef47610116 (diff) | |
download | ATCD-86936cd3534f0e229df709e544f0214451bf1c69.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Addr.h')
-rw-r--r-- | ace/Addr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Addr.h b/ace/Addr.h index 3108674edc3..7b76d325b28 100644 --- a/ace/Addr.h +++ b/ace/Addr.h @@ -53,12 +53,6 @@ public: virtual void set_addr (void *, int len); // Set a pointer to the address. - virtual int addr_to_string (char addr[], size_t) const; - // Transform the current address into string format. - - virtual int string_to_addr (const char addr[]); - // Transform the string into the current addressing format. - // = Equality/inequality tests virtual int operator == (const ACE_Addr &sap) const; // Check for address equality. |