]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor changes
authorapo <apo@opencascade.com>
Wed, 28 Sep 2005 08:55:17 +0000 (08:55 +0000)
committerapo <apo@opencascade.com>
Wed, 28 Sep 2005 08:55:17 +0000 (08:55 +0000)
src/VISU_I/VISU_Prs3d_i.cc

index 3d6fea4d641ad1ebb9e2fa7163862e712bb1999b..ae684763305bc9e9205572d0cc03c2305b920c4f 100644 (file)
@@ -57,7 +57,7 @@ VISU::Prs3d_i
   myAddToStudy(true),
   myPipeLine(NULL)
 {
-  if(MYDEBUG) MESSAGE("Prs3d_i() - this = "<<this);
+  if(MYDEBUG) MESSAGE("Prs3d_i::Prs3d_i - this = "<<this);
   myOffset[0] = myOffset[1] = myOffset[2] = 0;
   myActorCollection->Delete();
   myResult->Register();
@@ -73,7 +73,7 @@ VISU::Prs3d_i
   myResult(theResult),
   myPipeLine(NULL)
 {
-  if(MYDEBUG) MESSAGE("Prs3d_i() - this = "<<this);
+  if(MYDEBUG) MESSAGE("Prs3d_i::Prs3d_i - this = "<<this);
   myOffset[0] = myOffset[1] = myOffset[2] = 0;
   myActorCollection->Delete();
   myResult->Register();
@@ -92,7 +92,7 @@ VISU::Prs3d_i
 VISU::Prs3d_i
 ::~Prs3d_i() 
 {
-  if(MYDEBUG) MESSAGE("~Prs3d_i() - this = "<<this);
+  if(MYDEBUG) MESSAGE("Prs3d_i::~Prs3d_i - this = "<<this);
   myPipeLine->Delete();
   myResult->Destroy();
 }