summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Plan_Generator/PCVisitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/Plan_Generator/PCVisitor.h')
-rw-r--r--CIAO/DAnCE/Plan_Generator/PCVisitor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/CIAO/DAnCE/Plan_Generator/PCVisitor.h b/CIAO/DAnCE/Plan_Generator/PCVisitor.h
index 8417bc8a630..2560c95e68c 100644
--- a/CIAO/DAnCE/Plan_Generator/PCVisitor.h
+++ b/CIAO/DAnCE/Plan_Generator/PCVisitor.h
@@ -11,7 +11,7 @@
* PackagingData.idl
*
* author Stoyan Paunov <spaunov@isis.vanderbilt.edu>
- * Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
+ * Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
*/
//========================================================================
@@ -35,12 +35,12 @@
class PCVisitor : public PCVisitorBase
{
public:
- /// Constructor
+ //constructor
PCVisitor (Deployment::DeploymentPlan &plan,
Deployment::PackageConfiguration &pc,
bool modify);
- /// Entry point to protected Visitor functions
+ ///Entry point to protected Visitor functions
int Visit ();
protected:
@@ -115,7 +115,7 @@ protected:
protected:
void update_execParameter (Deployment::ImplementationArtifactDescription& iad,
Deployment::ArtifactDeploymentDescription& add);
-
+
private:
Deployment::DeploymentPlan& plan_;
Deployment::PackageConfiguration& pc_;