TCP_Socket forward ref

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
MatthewPeavy
Posts: 10
Joined: Sat Mar 15, 2008 6:33 am
Location: ULB

TCP_Socket forward ref

Post by MatthewPeavy »

When compiling the head version from CVS, I received an error about the undefined type for TCP_Socket within the TCP_Stream.h file.

It appears that the forward ref to TCP_Stream at the top of this file should actually be a forward ref to TCP_Socket, ie, line 33 of TCP_Stream.h should read:

class TCP_Socket;

Matt.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

Mathew Peavy .. a name form the past!

thanks .. code has been checked into cvs.
MatthewPeavy
Posts: 10
Joined: Sat Mar 15, 2008 6:33 am
Location: ULB

Post by MatthewPeavy »

> Mathew Peavy .. a name form the past!

Indeed. From back in the days when the project was named G3! Remember that?

I am looking at using OpenSees for some aeroelastic modeling, so I'll probably be on this message board somewhat regularly.
Post Reply