diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-27 16:47:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:49 -0500 |
commit | e748b53e4343fbac00a19e8fc76b42624eb5af02 (patch) | |
tree | bd19a3baa052d404af9452f53ab90ba26244fad2 /source4/librpc/idl | |
parent | d658de65d32e6746ac51aeb4da7aa74b3da40c2b (diff) | |
download | samba-e748b53e4343fbac00a19e8fc76b42624eb5af02.tar.gz samba-e748b53e4343fbac00a19e8fc76b42624eb5af02.tar.bz2 samba-e748b53e4343fbac00a19e8fc76b42624eb5af02.zip |
r12513: Similar change as my previous commit, but now for transfer syntaxes.
Avoids converting a static string to GUID every time we check whether
a transfer syntax is equal to that of NDR.
(This used to be commit 8dcfcaf75ab8cf4a54cf5e56f6be25acc68e3989)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index af0bd2483d..223883c366 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -33,12 +33,6 @@ interface epmapper const int EPMAPPER_STATUS_OK = 0; - /* this guid indicates NDR encoding in a protocol tower */ - const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; - const string NDR_GUID_VERSION = 2; - - const string NDR64_GUID = "71710533-beba-4937-8319-b5dbef9ccc36"; - const string NDR64_GUID_VERSION = 1; typedef [enum8bit] enum { |