X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=client-lib%2FAFBClient.h;h=f81d5e3695b2b24a1cb674af05647f473c3099c5;hb=6fdda786876d9640a6a26f05ef2c5aa7e2175421;hp=964e2b0d8f3a05a148001eb3e69d73777caff717;hpb=530b7054a0f2800936ef312f016b9d55f9defddf;p=staging%2Fwindowmanager.git diff --git a/client-lib/AFBClient.h b/client-lib/AFBClient.h index 964e2b0..f81d5e3 100644 --- a/client-lib/AFBClient.h +++ b/client-lib/AFBClient.h @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + #ifndef AFBCLIENT_H #define AFBCLIENT_H @@ -40,6 +56,6 @@ public: struct Impl; private: - Impl *d; + Impl *const d; }; #endif // AFBCLIENT_H