org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/internal/deployment/DeploymentTargetWrapper.java
changeset 457 f1087591ff71
parent 456 12b549765c34
child 459 c278f0c8917f
equal deleted inserted replaced
456:12b549765c34 457:f1087591ff71
   159     }
   159     }
   160 
   160 
   161     public IDeploymentTarget getActualTarget() {
   161     public IDeploymentTarget getActualTarget() {
   162         return target;
   162         return target;
   163     }
   163     }
       
   164 
       
   165     public String getDescription() {
       
   166         return target.getDescription();
       
   167     }
   164 }
   168 }