mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
untabify
This commit is contained in:
parent
8df43f2a70
commit
b93c19aaa2
@ -295,9 +295,9 @@ CORBA::Long MeshJobManager_i::initialize(const MESHJOB::MeshJobParameterList & m
|
||||
break;
|
||||
default:
|
||||
_lastErrorMessage =
|
||||
std::string("The type of the file ")+
|
||||
std::string(currentMesh.file_name)+
|
||||
std::string(" is not recognized");
|
||||
std::string("The type of the file ")+
|
||||
std::string(currentMesh.file_name)+
|
||||
std::string(" is not recognized");
|
||||
LOG(_lastErrorMessage);
|
||||
return JOBID_UNDEFINED;
|
||||
}
|
||||
@ -573,8 +573,8 @@ MESHJOB::MeshJobResults * MeshJobManager_i::finalize(CORBA::Long jobId) {
|
||||
|
||||
if ( fexists( (local_resultdir+"/"+outputFileName).c_str() ) != true ) {
|
||||
_lastErrorMessage = std::string("The result file ")+
|
||||
std::string((local_resultdir+"/"+outputFileName).c_str())+
|
||||
std::string(" has not been created.");
|
||||
std::string((local_resultdir+"/"+outputFileName).c_str())+
|
||||
std::string(" has not been created.");
|
||||
result->status = false;
|
||||
}
|
||||
else {
|
||||
|
@ -43,9 +43,9 @@ public:
|
||||
~MeshJobManager_i();
|
||||
|
||||
bool configure (const char *configId,
|
||||
const MESHJOB::ConfigParameter & configParameter);
|
||||
const MESHJOB::ConfigParameter & configParameter);
|
||||
CORBA::Long initialize (const MESHJOB::MeshJobParameterList & meshJobParameterList,
|
||||
const char *configId);
|
||||
const char *configId);
|
||||
bool start (CORBA::Long jobId);
|
||||
char* getState (CORBA::Long jobId);
|
||||
MESHJOB::MeshJobResults * finalize(CORBA::Long jobId);
|
||||
|
@ -34,8 +34,8 @@ class SPADDERPluginTester_i:
|
||||
{
|
||||
public:
|
||||
SPADDERPluginTester_i(CORBA::ORB_ptr orb, PortableServer::POA_ptr poa,
|
||||
PortableServer::ObjectId * contId,
|
||||
const char *instanceName, const char *interfaceName);
|
||||
PortableServer::ObjectId * contId,
|
||||
const char *instanceName, const char *interfaceName);
|
||||
virtual ~SPADDERPluginTester_i();
|
||||
|
||||
void demo(CORBA::Double a,CORBA::Double b,CORBA::Double& c);
|
||||
|
Loading…
Reference in New Issue
Block a user