mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Make XDR a module not a class
git-svn-id: file:///home/svn/incoming/trunk@2489 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
6c95042869
commit
ce99b97c35
@ -1,8 +1,7 @@
|
||||
module Rex
|
||||
|
||||
class XDR
|
||||
module XDR
|
||||
MAX_ARG = 0xffffffff
|
||||
private_class_method :new
|
||||
|
||||
# Also: unsigned int, bool, enum
|
||||
def XDR.encode_int(int)
|
||||
|
Loading…
Reference in New Issue
Block a user