aFreeRDP: Added custom bookmark type

This commit is contained in:
Martin Fleisz 2013-02-06 00:29:26 -08:00
parent df0d258097
commit ff5bd2e1ff
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class BookmarkBase implements Parcelable, Cloneable
public static final int TYPE_MANUAL = 1;
public static final int TYPE_QUICKCONNECT = 2;
public static final int TYPE_PLACEHOLDER = 3;
public static final int TYPE_CUSTOM_BASE = 1000;
// performance flags
public static class PerformanceFlags implements Parcelable