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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/controllers/controladorcomandos.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-09-09 08:39:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: package-import@ubuntu.com-20110909083926-iktecd132cnku5cd
Tags: 2.5.4.0~rc-1
New upstream version (patches were applied)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: controladorcomandos.h 3849 2011-05-16 13:26:20Z carlos $
 
3
 *  $Id: controladorcomandos.h 4078 2011-08-16 10:19:52Z tovar $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
111
111
                        virtual void AbortarComando(long threadId, bool sincrono = true);
112
112
                        virtual void AbortarComandosDeOwner(void* owner);
113
113
                        virtual void AbortarComandosDeOwnerAsincrono(void* owner);
 
114
                        virtual void WaitToOwnerCommands(void* owner);
114
115
 
115
116
                        void RegistrarVentana(wxWindow* win)
116
117
                        {