Enum SyncNotificationKind

File: src/synchronisation/base/SyncNotification.msg

Enum for different SyncNotification messages

See also: SyncNotification

Author: Till Steinbach

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Source code:

//
// Enum for different SyncNotification messages 
//
// @see SyncNotification
//
// @author Till Steinbach
enum SyncNotificationKind
{

    // TBD
    SYNC = 0;
    // TBD
    ASYNC = 1;
}