43 #include "BESDefaultCommands.h"
53 BESDefaultCommands::initialize( 0, 0 ) ;
62 delete [] _data_request ;
67 delete [] _user_name ;
97 interface.finish_with_error( status ) ;
110 string str = h.
get_key(
"request" ) ;
123 return (*rcurr).c_str() ;
140 return (*rcurr).c_str() ;
154 string str = h.
get_key(
"username" ) ;
157 _user_name =
new char[strlen( str.c_str() ) + 1] ;
158 strcpy( _user_name, str.c_str() ) ;
162 _user_name =
new char[strlen( str.c_str() ) + 20] ;
163 sprintf( _user_name,
"OpenDAP.remoteuser=%s", str.c_str() ) ;
177 string str = h.
get_key(
"token" ) ;
178 _token =
new char[strlen( str.c_str() ) + 1] ;
179 strcpy( _token, str.c_str() ) ;