~ubuntu-branches/ubuntu/raring/ginkgocadx/raring-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/export/iherramientapuntero.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2012-01-29 12:02:54 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120129120254-nu7giync5p156icb
Tags: 2.8.0.4602-1
New upstream version (adapted patch, removed patch applied upstream)
Closes: #657827

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
*  
3
 
*  $Id: iherramientapuntero.h 3696 2011-04-14 08:40:28Z carlos $
 
3
*  $Id: iherramientapuntero.h 4478 2011-12-13 11:55:00Z carlos $
4
4
*  Ginkgo CADx Project
5
5
*
6
6
*  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
25
25
                        typedef IContratable<TContratoWidgets> TContratableWidgets;
26
26
 
27
27
                        static const IHerramienta::UID ID = HCore_Puntero;
28
 
                        IHerramientaPuntero() : IHerramienta(HCore_Puntero,TFamiliaVisualizacion, "CorePuntero") {};
 
28
                        IHerramientaPuntero() : IHerramienta(HCore_Puntero, TFamiliaGlobal, "CorePuntero") {};
29
29
                        virtual ~IHerramientaPuntero() {};
30
30
 
31
31
                        virtual void SetVistaActiva(GNC::GCS::IVista* pVista) = 0;