X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FTypeCode.hxx;h=ec5963252ce343fb80c9ae90303474c114adac93;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=1856e73a2008d6b1d54ca5f73ec2e87a4207a6fa;hpb=e3255204c864201f5bc1aa040d4273ed2f44e8cd;p=modules%2Fyacs.git diff --git a/src/engine/TypeCode.hxx b/src/engine/TypeCode.hxx index 1856e73a2..ec5963252 100644 --- a/src/engine/TypeCode.hxx +++ b/src/engine/TypeCode.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 CEA/DEN, EDF R&D +// Copyright (C) 2006-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -76,11 +76,11 @@ namespace YACS virtual void putReprAtPlace(char *pt, const char *val, bool deepCpy) const; virtual void destroyZippedAny(char *data) const; virtual AnyPtr getOrBuildAnyFromZippedData(char *data) const; - virtual const char * name() const throw(Exception); + virtual const char * name() const; virtual const char * shortName() const; - virtual const char * id() const throw(Exception); - virtual const TypeCode * contentType() const throw(Exception); - virtual int isA(const char* repositoryId) const throw(Exception); + virtual const char * id() const; + virtual const TypeCode * contentType() const; + virtual int isA(const char* repositoryId) const; virtual int isA(const TypeCode* tc) const ; virtual int isAdaptable(const TypeCode* tc) const; virtual int isEquivalent(const TypeCode* tc) const; @@ -134,10 +134,10 @@ namespace YACS void putReprAtPlace(char *pt, const char *val, bool deepCpy) const; void destroyZippedAny(char *data) const; AnyPtr getOrBuildAnyFromZippedData(char *data) const; - const char * id() const throw(Exception); - const char * name() const throw(Exception); + const char * id() const; + const char * name() const; const char * shortName() const; - int isA(const char* repositoryId) const throw(Exception); + int isA(const char* repositoryId) const; virtual int isA(const TypeCode* tc) const ; virtual int isAdaptable(const TypeCode* tc) const; virtual int isEquivalent(const TypeCode* tc) const; @@ -166,12 +166,12 @@ namespace YACS void destroyZippedAny(char *data) const; virtual unsigned getSizeInByteOfAnyReprInSeq() const; AnyPtr getOrBuildAnyFromZippedData(char *data) const; - const char * id() const throw(Exception); - const char * name() const throw(Exception); + const char * id() const; + const char * name() const; const char * shortName() const; virtual std::string getPrintStr() const; - virtual const TypeCode * contentType() const throw(Exception); + virtual const TypeCode * contentType() const; virtual int isA(const TypeCode* tc) const ; virtual int isAdaptable(const TypeCode* tc) const; virtual int isEquivalent(const TypeCode* tc) const; @@ -197,12 +197,12 @@ namespace YACS void putReprAtPlace(char *pt, const char *val, bool deepCpy) const; void destroyZippedAny(char *data) const; AnyPtr getOrBuildAnyFromZippedData(char *data) const; - const char * id() const throw(Exception); - const char * name() const throw(Exception); + const char * id() const; + const char * name() const; const char * shortName() const; unsigned getStaticLgth() const; - virtual const TypeCode * contentType() const throw(Exception); + virtual const TypeCode * contentType() const; virtual int isA(const TypeCode* tc) const ; virtual int isAdaptable(const TypeCode* tc) const; virtual int isEquivalent(const TypeCode* tc) const; @@ -233,12 +233,12 @@ namespace YACS void putReprAtPlace(char *pt, const char *val, bool deepCpy) const; void destroyZippedAny(char *data) const; AnyPtr getOrBuildAnyFromZippedData(char *data) const; - const char * id() const throw(Exception); - const char * name() const throw(Exception); + const char * id() const; + const char * name() const; const char * shortName() const; virtual unsigned getSizeInByteOfAnyReprInSeq() const; - const TypeCode * contentType() const throw(Exception); - virtual int isA(const char* repositoryId) const throw(Exception); + const TypeCode * contentType() const; + virtual int isA(const char* repositoryId) const; virtual int isA(const TypeCode* tc) const ; virtual int isAdaptable(const TypeCode* tc) const; virtual int isEquivalent(const TypeCode* tc) const;