model.cxx (24acc546) | model.cxx (07a3d7f1) |
---|---|
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 --- 275 unchanged lines hidden (view full) --- 284 } 285 OSL_ENSURE( aAllMIPs.empty(), "lonely MIPs found!" ); 286 */ 287} 288#endif 289 290 291// | 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 --- 275 unchanged lines hidden (view full) --- 284 } 285 OSL_ENSURE( aAllMIPs.empty(), "lonely MIPs found!" ); 286 */ 287} 288#endif 289 290 291// |
292// MIP managment | 292// MIP management |
293// 294 295void Model::addMIP( void* pTag, const XNode_t& xNode, const MIP& rMIP ) 296{ 297 OSL_ENSURE( pTag != NULL, "empty tag?" ); 298 OSL_ENSURE( xNode.is(), "no node" ); 299 300 MIPs_t::value_type aValue( xNode, ::std::pair<void*,MIP>( pTag, rMIP ) ); --- 504 unchanged lines hidden --- | 293// 294 295void Model::addMIP( void* pTag, const XNode_t& xNode, const MIP& rMIP ) 296{ 297 OSL_ENSURE( pTag != NULL, "empty tag?" ); 298 OSL_ENSURE( xNode.is(), "no node" ); 299 300 MIPs_t::value_type aValue( xNode, ::std::pair<void*,MIP>( pTag, rMIP ) ); --- 504 unchanged lines hidden --- |