Changeset 2336

Show
Ignore:
Timestamp:
04/03/05 18:14:33 (3 years ago)
Author:
spoonm
Message:

pid stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • incoming/trunk/lib/rex/post/process.rb

    r2334 r2336  
    4141        end 
    4242 
     43        def Process.pid 
     44                throw NotImplementedError 
     45        end 
     46        def Process.ppid 
     47                throw NotImplementedError 
     48        end 
     49 
    4350end 
    4451