~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
*  
 
3
*  $Id: tagsprivadoscomunes.h 3696 2011-04-14 08:40:28Z carlos $
 
4
*  Ginkgo CADx Project
 
5
*
 
6
*  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
 
7
*  http://ginkgo-cadx.com
 
8
*
 
9
*  This file is licensed under LGPL v3 license.
 
10
*  See License.txt for details
 
11
*
 
12
*/
 
13
#pragma  once
 
14
//tags privados comunes a todos los diagnosticos
 
15
#define UID_TAGS_PRIVADOS_COMUNES "METAEMOTION GINKGO"
 
16
 
 
17
#define TAG_WIDGETS                                         0xb;
 
18
#define TAG_XML_INTEGRACION                 0xa;
 
19
 
 
20
//en estos tags va la info relacionada con los informes en general
 
21
#define UID_TAGS_PRIVADOS_INFORME "METAEMOTION GINKGO DIAGNOSTIC"
 
22
#define TAG_LISTA_COMPROMISOS                    0x1
 
23
#define TAG_LISTA_COMENTARIOS                    0x2
 
24
 
 
25
 
 
26