queue does not name a type error for RWSlistCollectablesQueue

380 Views Asked by At

I am working in solaris to Linux migration.I am using a roguewave class RWSlistCollectablesQueue And an object of this rogue wave Queue is declared as below :

Queue queue;

which throws the below error -

error : Queue does not name a type

The functions being called in the c program are :

queue.clearAndDestroy()     
queue.entries()         
queue.append()
queue.isEmpty()         
queue.get()

What could be the reason for this error?Any suggestions or alternative for this issue/

0

There are 0 best solutions below