file.hxx (86e1cf34) | file.hxx (9c0df323) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 85 unchanged lines hidden (view full) --- 94 E_NOTEMPTY = osl_File_E_NOTEMPTY, 95 E_LOOP = osl_File_E_LOOP, 96 E_ILSEQ = osl_File_E_ILSEQ, 97 E_NOLINK = osl_File_E_NOLINK, 98 E_MULTIHOP = osl_File_E_MULTIHOP, 99 E_USERS = osl_File_E_USERS, 100 E_OVERFLOW = osl_File_E_OVERFLOW, 101 E_NOTREADY = osl_File_E_NOTREADY, | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 85 unchanged lines hidden (view full) --- 94 E_NOTEMPTY = osl_File_E_NOTEMPTY, 95 E_LOOP = osl_File_E_LOOP, 96 E_ILSEQ = osl_File_E_ILSEQ, 97 E_NOLINK = osl_File_E_NOLINK, 98 E_MULTIHOP = osl_File_E_MULTIHOP, 99 E_USERS = osl_File_E_USERS, 100 E_OVERFLOW = osl_File_E_OVERFLOW, 101 E_NOTREADY = osl_File_E_NOTREADY, |
102 E_LOCKED = osl_File_E_LOCKED, |
|
102 E_invalidError = osl_File_E_invalidError, /* unmapped error: always last entry in enum! */ 103 E_TIMEDOUT = osl_File_E_TIMEDOUT, 104 E_NETWORK = osl_File_E_NETWORK 105 }; 106 107 108public: 109 --- 1840 unchanged lines hidden --- | 103 E_invalidError = osl_File_E_invalidError, /* unmapped error: always last entry in enum! */ 104 E_TIMEDOUT = osl_File_E_TIMEDOUT, 105 E_NETWORK = osl_File_E_NETWORK 106 }; 107 108 109public: 110 --- 1840 unchanged lines hidden --- |