[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[r74] by skarg

Not all cases had a return value in whatIsChoice function, so I corrected that. Also removed the unused choices from the calling function. Changed some global variables to local scope since they weren't used outside this module.

2001-10-26 18:54:13 Tree
[r73] by skarg

Removed the foreign pragma statements.
Corrected an unused parameter using (void).

2001-10-25 17:04:19 Tree
[r72] by skarg

Removed VTSQueue.CPP from the project file since the template is served via the header file.

2001-10-25 17:02:58 Tree
[r71] by skarg

Changed the way this VTSQueue template was being instantiated.
Moved the VTSQueue template code to the header file.

2001-10-25 17:02:06 Tree
[r70] by skarg

Removed unreferenced label 'fini' (again).

2001-10-25 13:07:04 Tree
[r69] by joelbender

Constructor for VTS*Ctrl wrappers was changed to take the CWnd pointer
as const, hoping that would make a batch of 'this' warnings go away. It
didn't.

2001-10-22 17:45:24 Tree
[r68] by joelbender

Use the new version of SetValue(). For some reason this manifested itself
as a link error and not a compile error. Type conversion from enumerations to
int is pretty safe and portable, but the other way around may not be,
depending on the compiler.

2001-10-17 22:02:48 Tree
[r67] by joelbender

Three octet unsigned integers were not updating the pif_offset correctly.

2001-10-17 22:00:14 Tree
[r66] by joelbender

Make sure the message that goes up to the client or server has the source address, otherwise everything looks like it came from null!

2001-10-17 21:59:11 Tree
[r65] by joelbender

Clean up problems with broadcasting from the 'local' device, use the 'local' adapter to send messages (not just [0] anymore (oops)).

2001-10-17 21:58:08 Tree
Older >