Changes between Version 1 and Version 2 of visual_extLinkDummy
- Timestamp:
- Aug 26, 2010, 7:28:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
visual_extLinkDummy
v1 v2 2 2 3 3 = extLink Dummy = 4 5 The dummy implementationof the external Link is provides to use the visual system without a valid external link implementation. All functions of the extLink Base class are implemented as empty functions. 6 7 To use the external link, subclass extLink.h and implement your prefered external Link. See [wiki:visual_extLinkVCL extLinkVCL] for a example implementation.