[Rock-dev] [rock] #43: corba exporter does not like having types defined in classes

rock noreply at opendfki.de
Mon Sep 12 15:05:25 CEST 2011


#43: corba exporter does not like having types defined in classes
---------------------------+-----------------------
Reporter:  Alexander.Duda  |      Owner:  Sylvain
    Type:  defect          |     Status:  new
Priority:  major           |  Component:  toolchain
Keywords:                  |
---------------------------+-----------------------
 Defining a type insight a type (see below) will result in an omniidl error
 during compilation:

 --> Error in look-up of 'LineCandidate::Corba::state_t': 'Corba' not
 found

 Example class:
 class LineCandidate
 {
         public:
             enum state_t
             {
                 OLD,
                 OUTLIER,
                 OK,
                 BEST
             };
             state_t state;
 }

-- 
Ticket URL: <https://rock.opendfki.de/ticket/43>
rock <https://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list