Changeset 11200

Show
Ignore:
Timestamp:
08/14/08 14:58:31 (5 months ago)
Author:
/C=ES/O=Warp Networks S.L./CN=ejhernandez@…
Message:

s/soapSession/scriptSession refs #1103

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/remote-services/libebox/src/EBox/Config.pm.in

    r10814 r11200  
    274274  } 
    275275 
    276 # Method: soapSession 
    277 # 
    278 #      Get the path where the SOAP session identifier is stored 
     276# Method: scriptSession 
     277# 
     278#      Get the path where the script session identifier is stored 
    279279# 
    280280# Returns: 
     
    282282#      String - the path to that file 
    283283# 
    284 sub soapSession 
    285   { 
    286     return $ref->{localstatedir} . 'lib/ebox/conf/ebox.soap-sid'; 
    287   } 
     284sub scriptSession 
     285{ 
     286    return $ref->{localstatedir} . 'lib/ebox/conf/ebox.script-sid'; 
     287} 
    288288 
    289289sub log