From: Oliver Kurth Date: Tue, 19 Feb 2019 20:51:31 +0000 (-0800) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1b69ce8a677025cde23c5913719c5103c6a186;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/capsProvider.h b/open-vm-tools/lib/include/capsProvider.h index 824395e23..71b779d5a 100644 --- a/open-vm-tools/lib/include/capsProvider.h +++ b/open-vm-tools/lib/include/capsProvider.h @@ -1,5 +1,5 @@ /********************************************************* - * 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 @@ -44,6 +44,7 @@ class LIB_EXPORT CapsProvider public: virtual ~CapsProvider() {}; virtual Bool CheckCapability(uint32 caps) = 0; + virtual uint64 GetDnDSizeThreshold() { return 0; } // 0 means no size control }; #endif