/*********************************************************
- * Copyright (C) 2010-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2019 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
public:
virtual ~CapsProvider() {};
virtual Bool CheckCapability(uint32 caps) = 0;
+ virtual uint64 GetDnDSizeThreshold() { return 0; } // 0 means no size control
};
#endif